Region Constructor(IFigure[])
In This Topic
Initializes a new instance of the
Region class with the alternate fill mode.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As IFigure _
)
public Region(
params IFigure[]
)
Parameters
- figures
- The array of figures to be added to the region.
See Also